home *** CD-ROM | disk | FTP | other *** search
/ CDUTIL 13 / CDUTIL #13 Julio 1995.iso / windows / acadwin / ads / cpp / adscpp / ddeads / ddedlg.h < prev   
Encoding:
C/C++ Source or Header  |  1995-02-08  |  1.7 KB  |  45 lines

  1. /* 
  2.     DDEDLG.H -
  3.     
  4.     This file:
  5.  
  6.         Definitions for DDEADS dialog items.
  7.  
  8.     (C) Copyright 1988-1994 by Autodesk, Inc.
  9.  
  10.     This program is copyrighted by Autodesk, Inc. and is  licensed
  11.     to you under the following conditions.  You may not distribute
  12.     or  publish the source code of this program in any form.   You
  13.     may  incorporate this code in object form in derivative  works
  14.     provided  such  derivative  works  are  (i.) are  designed and
  15.     intended  to  work  solely  with  Autodesk, Inc. products, and
  16.     (ii.)  contain  Autodesk's  copyright  notice  "(C)  Copyright
  17.     1988-1994 by Autodesk, Inc."
  18.  
  19.     AUTODESK  PROVIDES THIS PROGRAM "AS IS" AND WITH  ALL  FAULTS.
  20.     AUTODESK  SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF  MER-
  21.     CHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK,  INC.
  22.     DOES  NOT  WARRANT THAT THE OPERATION OF THE PROGRAM  WILL  BE
  23.     UNINTERRUPTED OR ERROR FREE.
  24.  
  25. */
  26. #define IDD_DDE_INIT                100
  27. #define IDD_DDE_APP                 101
  28. #define IDD_DDE_TOPIC               104
  29. #define IDD_DDE_PATH                105
  30. #define IDD_DDE_PARAMS              108
  31. #define IDI_DDEINIT                 203
  32. #define IDD_ADVISE                  201
  33. #define IDD_SS_EXCEL                301
  34. #define IDD_SS_OTHER                302
  35. #define IDD_SS_ROW                  303
  36. #define IDD_SS_COL                  304
  37. #define IDD_SS_OPEN                 305
  38. #define IDD_SS_DOCUMENT             306
  39. #define IDD_SS_RANGE                307
  40. #define IDS_SS_ROW                   16
  41. #define IDS_SS_COL                   17
  42. #define IDS_SS_RANGE                 18
  43. #define IDS_SS_OPEN                  19
  44. #define IDS_SS_DOCUMENT              20
  45.